home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 3dcd / Animraw.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  369 b   |  21 lines

  1. on mouseDown
  2.   quickSwitch("buttonSound")
  3. end
  4.  
  5. on mouseUp
  6.   global currentmovie, gPcVidSprite
  7.   stopmovieqt()
  8.   startmovieqt(currentmovie)
  9.   if DEBUG then
  10.     put "Play movie"
  11.   end if
  12.   channel = 13
  13.   setzeoIdle()
  14.   if zeoIdle then
  15.     set the movieRate of sprite gPcVidSprite to 0
  16.   else
  17.     set the movieRate of sprite gPcVidSprite to 1
  18.   end if
  19.   updateStage()
  20. end
  21.